SAR ADC系列4:SAR ADC简介+Matlab建模(7月11日更新版) 您所在的位置:网站首页 sar 计算 SAR ADC系列4:SAR ADC简介+Matlab建模(7月11日更新版)

SAR ADC系列4:SAR ADC简介+Matlab建模(7月11日更新版)

#SAR ADC系列4:SAR ADC简介+Matlab建模(7月11日更新版)| 来源: 网络整理| 查看: 265

目录:         SAR ADC工作原理         SAR ADC工作过程 ·       SAR ADC基本结构         SAR ADC工作示例         单端输入SAR ADC MATLAB 建模程序代码         差分输入SAR ADC MATLAB 建模程序代码         SAR ADC MATLAB 建模Sim         SAR ADC 动态指标计算MATLAB程序代码         SAR ADC 静态指标计算MATLAB程序代码

b5a67ad3939f49c6937b441db1acf140.png

 0b828a484d484ed69218430d5404cbb2.png

单端输入SAR ADC MATLAB 建模程序代码:

以下是一个单端输入SAR ADC MATLAB 建模程序代码,可使能输入Noise和电容Mismatch (完整版代码看个人简介)

% ------------------------------------------------------ % Description: % This progran shows a Nbit-bit binary weighted SAR ADC behave model % % Input: % -Avin : the analog input signals % the magnitude of input signal should be [0,1] % -Nbit : ADC resulotion % -noise :When high,would add random gauss noise to input signal and % Output: % -Dout : Nbit-bit ADC quantization output data % Author: % xsjkk % Modified data: % 2023-7-10 original version。 % ------------------------------------------------------ function [dout,cap_redunt] = sar_adc_ideal(Avin , Nbit , noise , mismatch) %======================================================= % Check Input Variable %======================================================= if nargin


【本文地址】

公司简介

联系我们

今日新闻

    推荐新闻

    专题文章
      CopyRight 2018-2019 实验室设备网 版权所有